Skip to content

Commit

Permalink
Initial release for 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton Pence committed Apr 4, 2023
1 parent 93a4c63 commit af85946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asmcli/asmcli

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion asmcli/asmcli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MAJOR="${MAJOR:=1}"; readonly MAJOR;
MINOR="${MINOR:=17}"; readonly MINOR;
POINT="${POINT:=2}"; readonly POINT;
REV="${REV:=1}"; readonly REV;
CONFIG_VER="${CONFIG_VER:="1-staging"}"; readonly CONFIG_VER;
CONFIG_VER="${CONFIG_VER:="1"}"; readonly CONFIG_VER;
K8S_MINOR=0

### File related constants ###
Expand Down

0 comments on commit af85946

Please sign in to comment.