Skip to content

Commit

Permalink
chore: bump version to v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jun 17, 2023
1 parent c87674f commit dc8cfe2
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.9.1"
version="0.9.4"
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.9.3"
Version = "v0.9.4"
RepoUrl = "https://github.com/williamfzc/srctx"
)

0 comments on commit dc8cfe2

Please sign in to comment.