Skip to content

Commit

Permalink
Using 1.0.0 as default package version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Feb 12, 2016
1 parent 4c928f7 commit b06abc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElmInit/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ emptyDecisions ∷ UserDecisions
emptyDecisions =
Default { summary = ""
, repository = ""
, version = makeVersion [0, 0, 0]
, version = makeVersion [1, 0, 0]
, license = ""
, sourceFolder = ""
, projectName = ""
Expand Down

0 comments on commit b06abc5

Please sign in to comment.