Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Aug 3, 2019
1 parent d3156aa commit 9ea2b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DATS/cli.dats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vtypedef command_line = @{ version = bool
}

fn version() : void =
println!("polygot version 0.5.23\nCopyright (c) 2018 Vanessa McHale")
println!("polygot version 0.5.24\nCopyright (c) 2018 Vanessa McHale")

fn help() : void =
print("polyglot - Count lines of code quickly.
Expand Down
2 changes: 1 addition & 1 deletion atspkg.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pkg = λ(cfg : { gc : Bool, cross : Bool, parallel : Bool, static : Bool, icc :
, version = [0,3,13]
, debPkg = prelude.mkDeb
(prelude.debian "polyglot"
{ version = [0,5,23]
{ version = [0,5,24]
, maintainer = "Vanessa McHale <vamchale@gmail.com>"
, description = "Determine project contents"
, manpage = Some "man/poly.1"
Expand Down

0 comments on commit 9ea2b41

Please sign in to comment.