Skip to content

Commit

Permalink
Updates the gauge version to fix releases (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh authored Jan 29, 2025
1 parent a25e079 commit ce9a5a9
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, 11}
var CurrentGaugeVersion = &Version{1, 6, 12}

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

0 comments on commit ce9a5a9

Please sign in to comment.