Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Nov 18, 2019
1 parent 8c7e1e1 commit 4076455
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 @@ -22,7 +22,7 @@ vtypedef command_line = @{ version = bool

fn version() : void =
{
val () = println!("polygot version 0.5.24")
val () = println!("polygot version 0.5.25")
val () = compiler_version()
val () = libc_version()
val () = println!("\nCopyright (c) 2018-2019 Vanessa McHale")
Expand Down
2 changes: 1 addition & 1 deletion atspkg.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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,24]
{ version = [0,5,25]
, maintainer = "Vanessa McHale <vamchale@gmail.com>"
, description = "Determine project contents"
, manpage = Some "man/poly.1"
Expand Down

0 comments on commit 4076455

Please sign in to comment.