Skip to content

Commit

Permalink
Merge tag 'v1.17.0' into develop
Browse files Browse the repository at this point in the history
Release v1.17.0 v1.17.0
  • Loading branch information
jirenius committed Sep 7, 2021
2 parents e6bc3a5 + 5baeab2 commit da13bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All changes to the RES Protocol will be documented in this file.

## v1.2.2
## v1.2.2 [Resgate v1.7.0](compare/v1.6.0...v1.7.0) - 2020-06-15

* #202 Token ID.

Expand Down
2 changes: 1 addition & 1 deletion server/const.go
Expand Up @@ -4,7 +4,7 @@ import "time"

const (
// Version is the current version for the server.
Version = "1.6.3"
Version = "1.7.0"

// ProtocolVersion is the implemented RES protocol version.
ProtocolVersion = "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion server/version.go
Expand Up @@ -2,7 +2,7 @@ package server

// Protocol versions
const (
versionLatest = 1002001 // MAJOR * 1000000 + MINOR * 1000 + PATCH
versionLatest = 1002002 // MAJOR * 1000000 + MINOR * 1000 + PATCH
versionLegacy = 1001001
)

Expand Down

0 comments on commit da13bba

Please sign in to comment.