Skip to content

Commit

Permalink
MIN BLD Update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Apr 27, 2020
1 parent 0c10285 commit fbbc14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NGLess/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ versionStr :: String
versionStr = showVersion version

dateStr :: String
dateStr = "January 25 2020"
dateStr = "Unreleased (post v1.1.1)"

gitHashStr :: String
gitHashStr = $(gitHash)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: NGLess
version: '1.1.0'
version: '1.1.1'
category: Domain Specific Language
author: Luis Pedro Coelho and others (see AUTHORS)
maintainer: luis@luispedro.org
Expand Down

0 comments on commit fbbc14a

Please sign in to comment.