Skip to content

Commit

Permalink
chore: bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Oct 4, 2023
1 parent 10f1ebd commit faa0775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Set version number and base url
version="0.10.5"
version="0.11.0"
base_url="https://github.com/williamfzc/srctx/releases/download"

echo "Starting SRCTX..."
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ limitations under the License.
package srctx

const (
Version = "v0.10.5"
Version = "v0.11.0"
RepoUrl = "https://github.com/williamfzc/srctx"
)

0 comments on commit faa0775

Please sign in to comment.