Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottypate committed Oct 20, 2024
1 parent ee6f08d commit e3e7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package engine

import "fmt"

const Version = "v0.2.0"
const Version = "v0.2.3"

func GetConfig(modelTarget string) (*SourceConfig, *ModelConfig, error) {
sc, err := GetSourceConfig()
Expand Down

0 comments on commit e3e7b63

Please sign in to comment.