Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
2017 is default version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh committed Oct 16, 2017
1 parent 4e3e1ec commit c7e86c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cli/src/main/scala/Options.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ case class Options(
@ValueDescription("version")
@HelpMessage("Isabelle version ('stable:2016' or 'devel:isabelle-repo' for stable or devel; default prefix: 'stable')")
@ExtraName("v")
version: Version = Version.Stable("2016-1"),
version: Version = Version.Stable("2017"),

@ValueDescription("session")
@HelpMessage("Isabelle session (directory needs to be known; either through --internal, --include, --component or --fetch)")
Expand Down

0 comments on commit c7e86c5

Please sign in to comment.