Skip to content

Commit

Permalink
update version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jan 27, 2022
1 parent 53b2833 commit e48b484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scripts/version.sh
Expand Up @@ -16,7 +16,7 @@

TISPARK_HOME="$(cd "`dirname "$0"`"/../..; pwd)"

TiSparkReleaseVersion=2.5.0-SNAPSHOT
TiSparkReleaseVersion=2.5.0
TiSparkBuildTS=`date -u '+%Y-%m-%d %I:%M:%S'`
TiSparkGitHash=`git rev-parse HEAD`
TiSparkGitBranch=`git rev-parse --abbrev-ref HEAD`
Expand Down

0 comments on commit e48b484

Please sign in to comment.