Skip to content

Commit c9fb3cd

Browse files
authored
Bump version in nightly.nsi
1 parent 53ea18e commit c9fb3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shared/installer/nightly.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Var UninstallExePath
5959

6060
!ifndef MAJOR_VER
6161
!define MAJOR_VER "1"
62-
!define MINOR_VER "5"
63-
!define MAINT_VER "9"
62+
!define MINOR_VER "6"
63+
!define MAINT_VER "0"
6464
!endif
6565
!define 0.0 "${MAJOR_VER}.${MINOR_VER}"
6666
!define 0.0.0 "${MAJOR_VER}.${MINOR_VER}.${MAINT_VER}"

0 commit comments

Comments
 (0)