Browse Source

update neko version in installer.nsi (closes #8419)

Aleksandr Kuzmenko 6 years ago
parent
commit
342f75006b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/installer.nsi

+ 1 - 1
extra/installer.nsi

@@ -20,7 +20,7 @@
 !define VERLONG "%%VERLONG%%"
 
 ; Define Neko info
-!define NEKO_VERSION "2.1.0"
+!define NEKO_VERSION "2.2.0"
 
 ; Installer details
 VIAddVersionKey "CompanyName" "Haxe Foundation"