Skip to content

Commit

Permalink
release: v0.0.2 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky authored Dec 4, 2024
1 parent ae05e45 commit ee1c823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ GO ?= go

.DEFAULT_GOAL := default

version := v0.0.1
VS_PYTORCH_VERSION := v0.0.1
version := v0.0.2
VS_PYTORCH_VERSION := v0.0.2

.PHONY: tidy
tidy: ## go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion common/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const FINALRIP_VERSION = "v0.0.1"
const FINALRIP_VERSION = "v0.0.2"

0 comments on commit ee1c823

Please sign in to comment.