Skip to content

Commit

Permalink
4.0: Bump SG API version (#6578)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks authored and adamcfraser committed May 14, 2024
1 parent 5020f01 commit 45c9a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions base/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const (
StatAddedVersion3dot1dot4 = "3.1.4"
StatAddedVersion3dot2dot0 = "3.2.0"
StatAddedVersion3dot3dot0 = "3.3.0"
StatAddedVersion4dot0dot0 = "4.0.0"

StatDeprecatedVersionNotDeprecated = ""
StatDeprecatedVersion3dot2dot0 = "3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions base/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
const (
ProductName = "Couchbase Sync Gateway"

ProductAPIVersionMajor = "3"
ProductAPIVersionMinor = "2"
ProductAPIVersionMajor = "4"
ProductAPIVersionMinor = "0"
ProductAPIVersion = ProductAPIVersionMajor + "." + ProductAPIVersionMinor
)

Expand Down

0 comments on commit 45c9a3d

Please sign in to comment.