Browse Source

Fix app branch reference

Mark Story 3 years ago
parent
commit
be7f786c21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -25,7 +25,7 @@ DASH_VERSION=$(shell echo $(VERSION) | sed -e s/\\./-/g)
 # correct tag in that repo.
 # For 3.1.x use 3.1.2
 # For 3.0.x use 3.0.5
-APP_VERSION:=4.x
+APP_VERSION:=5.x
 
 ALL: help
 .PHONY: help install test need-version bump-version tag-version