Skip to content

Commit

Permalink
Merge pull request #518 from mutagen-io/v018-development
Browse files Browse the repository at this point in the history
all: prepare for v0.18.0-rc2 release
  • Loading branch information
xenoscopic authored Oct 21, 2024
2 parents 22e8619 + 89afc82 commit 9cb311b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mutagen-io/mutagen

go 1.22
go 1.22.0

require (
github.com/Microsoft/go-winio v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/mutagen/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
// VersionTag represents a tag to be appended to the Mutagen version string.
// It must not contain spaces. If empty, no tag is appended to the version
// string.
VersionTag = "rc1"
VersionTag = "rc2"
)

// DevelopmentModeEnabled indicates that development mode is active. This is
Expand Down

0 comments on commit 9cb311b

Please sign in to comment.