Skip to content

Commit

Permalink
Merge pull request #134 from Dash-Industry-Forum/dev-version
Browse files Browse the repository at this point in the history
chore: add between releases version
  • Loading branch information
tobbee authored Oct 30, 2023
2 parents 68d224b + 029247d commit 5b0fada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
commitVersion string = "v1.0.0" // Should be updated during build
commitVersion string = "v1.0.0+dev" // Should be updated during build
commitDate string = "1698662515" // commitDate in Epoch seconds (can be filled/updated in during build)
)

Expand Down

0 comments on commit 5b0fada

Please sign in to comment.