Skip to content

Commit e57671f

Browse files
authored
Merge pull request #792 from hzxuzhonghu/release-0.4
update version
2 parents bd72375 + 24afb0a commit e57671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION ?= v0.4.0
15+
VERSION ?= v0.4.1
1616
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
1717
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
1818
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')

0 commit comments

Comments
 (0)