Skip to content

Commit

Permalink
Fixed version typo in windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle committed Oct 31, 2016
1 parent c8194dd commit 86b056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/windows/minikube.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
!define COMPANYNAME "Kubernetes"
!define DESCRIPTION "A Local Kubernetes Development Environment"
# These three must be integers
!define VERSIONMAJOR --VERSION_MAJOR/--
!define VERSIONMAJOR --VERSION_MAJOR--
!define VERSIONMINOR --VERSION_MINOR--
!define VERSIONBUILD --VERSION_BUILD--
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
Expand Down

0 comments on commit 86b056e

Please sign in to comment.