diff --git a/Makefile b/Makefile index 9d7efd7..da8c473 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO ?= go .DEFAULT_GOAL := default -version := v0.1.1 +version := v0.1.2 VS_PYTORCH_VERSION := v0.1.1 .PHONY: tidy diff --git a/common/version/version.go b/common/version/version.go index 3c75223..68166af 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -1,3 +1,3 @@ package version -const FINALRIP_VERSION = "v0.1.1" +const FINALRIP_VERSION = "v0.1.2"