Skip to content

Commit

Permalink
Merge pull request #903 from hzxuzhonghu/update-0.5.0
Browse files Browse the repository at this point in the history
update VERSION to 0.5.0
  • Loading branch information
kmesh-bot authored Sep 26, 2024
2 parents 904cbff + 9968e6a commit 1f49f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= 1.0-dev
VERSION ?= 0.5.0
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
Expand Down

0 comments on commit 1f49f17

Please sign in to comment.