Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
oltolm committed Sep 2, 2020
1 parent fecb662 commit d5dfeda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
setlocal
set VERSION=0.0.1
set VERSION=0.0.2
7za.exe a dxvk_cache_tool-%VERSION%.zip dxvk_cache_tool.exe
2 changes: 1 addition & 1 deletion src/dxvk_cache_tool.nim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import strutils
import tables
import parseopt

const Version = "0.0.1"
const Version = "0.0.2"

const HashSize = 20

Expand Down

0 comments on commit d5dfeda

Please sign in to comment.