Skip to content

Commit

Permalink
bump version -> 1.6.10
Browse files Browse the repository at this point in the history
Signed-off-by: sriv-e6x <srikanth.venugopalan@e6x.io>
  • Loading branch information
sriv-e6x committed Oct 29, 2024
1 parent 7f6e4c1 commit 9ee3fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// CurrentGaugeVersion represents the current version of Gauge
var CurrentGaugeVersion = &Version{1, 6, 9}
var CurrentGaugeVersion = &Version{1, 6, 10}

// BuildMetadata represents build information of current release (e.g, nightly build information)
var BuildMetadata = ""
Expand Down

0 comments on commit 9ee3fa8

Please sign in to comment.