From d0cc3ad267ca305badfcf1946e235f05e257e248 Mon Sep 17 00:00:00 2001 From: Tohru <65994850+Tohrusky@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:08:54 +0000 Subject: [PATCH] release: v0.1.2 (#54) --- Makefile | 2 +- common/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"