From 5c83e814113c9fd73a87e8d69eb76c5be12bdaa3 Mon Sep 17 00:00:00 2001 From: oltolm Date: Tue, 30 Mar 2021 23:15:27 +0200 Subject: [PATCH] update version in exe to v0.3.0 --- src/dxvk_cache_tool.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dxvk_cache_tool.nim b/src/dxvk_cache_tool.nim index 2075fd9..6b0dfb2 100644 --- a/src/dxvk_cache_tool.nim +++ b/src/dxvk_cache_tool.nim @@ -5,7 +5,7 @@ import strutils import tables import parseopt -const Version = "0.2.0" +const Version = "0.3.0" const HashSize = 20