Skip to content

Commit

Permalink
add version to the struct
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten committed Feb 9, 2025
1 parent 4fbf594 commit 87d7fed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/experiments/experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"path/filepath"
"strings"

"github.com/Masterminds/semver/v3"

"gopkg.in/yaml.v3"

"github.com/joho/godotenv"
Expand All @@ -21,6 +23,7 @@ var defaultConfigFilenames = []string{

type experimentConfigFile struct {
Experiments map[string]int `yaml:"experiments"`
Version *semver.Version
}

var (
Expand Down

0 comments on commit 87d7fed

Please sign in to comment.