Skip to content

Commit

Permalink
Added logic not adding empty lines when formatting specs, as well as …
Browse files Browse the repository at this point in the history
…receiving settings from VSC Extension.

Signed-off-by: Jens Johansson <[email protected]>
  • Loading branch information
jensakejohansson committed Feb 3, 2025
1 parent eb2641a commit 7d3a58e
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, 12}
var CurrentGaugeVersion = &Version{1, 6, 13}

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

0 comments on commit 7d3a58e

Please sign in to comment.