diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6ba6373..8915dfbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} draft: false prerelease: false diff --git a/docs/performance.md b/docs/performance.md index e227a5d7..39d71a28 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -32,7 +32,7 @@ Ethernet| Mellanox ConnectX-3 40GbE| ### Test configurations - `Baseline`: SFTPGo version 0.9.6. -- `Devel`: SFTPGo commit b0ed1905918b9dcc22f9a20e89e354313f491734, compiled with Golang 1.14.2 . +- `Devel`: SFTPGo commit b0ed1905918b9dcc22f9a20e89e354313f491734, compiled with Golang 1.14.2. This is basically the same as v1.0.0 as far as performance is concerned. - `Optimized`: Various [optimizations](#Optimizations-applied) applied on top of `Devel`. - `Balanced`: Two optimized instances, running on localhost, load balanced by HAProxy 2.1.3. - `OpenSSH`: OpenSSH_7.9p1 Debian-10+deb10u2, OpenSSL 1.1.1d 10 Sep 2019 diff --git a/version/version.go b/version/version.go index 73f63b12..de7206e5 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "1.0.0" +const version = "1.0.0-dev" var ( commit = ""