Skip to content

Commit 531cdad

Browse files
committed
Update default plugin version for local build
1 parent 1d841df commit 531cdad

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,7 @@ For information about troubleshooting, see [Troubleshooting Session Manager](htt
2121

2222
### Version Compatibility
2323

24-
The default compiled version is 1.2.0.0. We strongly recommend you manually update to version 1.3.0.0 before you compile. This step is crucial to ensure you have access to the latest features and functionality.
25-
26-
To update the version:
27-
1. Locate the version information in the following files:
28-
- `src/version/version.go`
29-
- `VERSION`
30-
2. In both files, update the version number from 1.2.0.0 to 1.3.0.0.
31-
3. Save the changes and recompile the plugin with the updated version number.
32-
33-
By taking this extra step, you'll avoid potential feature limitations or functionality issues that may arise from using an outdated version. This practice ensures that you're working with the most up-to-date capabilities of the Session Manager Plugin.
24+
The default compiled version is 1.3.0.0, which enables all the latest features and functionality for local builds. Official releases use the 1.2.x.x versioning scheme. If you are building locally, we recommend keeping the default version (1.3.0.0) in both `VERSION` and `src/version/version.go` to ensure access to all available features.
3425

3526
### Working with Docker
3627

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0.0
1+
1.3.0.0

src/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
package version
1010

1111
// Version is the version of the CLI
12-
const Version = "1.2.0.0"
12+
const Version = "1.3.0.0"

0 commit comments

Comments
 (0)