Skip to content

Commit 477ae99

Browse files
committed
Change string used for 'cacheVersion' in computing hash to distinguish cljr from clj/clojure hashes to avoid conflict. Make this the actual 0.1.0-alpha10 release.
1 parent 60ff946 commit 477ae99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnet/Cljr/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ candidate is null
100100
configProject ??= defaultConfigFile;
101101

102102
// Construct location of cached classpath file
103-
const string cacheVersion = "4";
103+
const string cacheVersion = "CLR4";
104104

105105
var cacheKeyHash = GetStringHash([
106106
cacheVersion,

0 commit comments

Comments
 (0)