Skip to content

Commit

Permalink
Bump version and fix package script
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jan 5, 2020
1 parent 63efb21 commit c5b2047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions desktop/internal.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

VERSION_MAJOR = 1
VERSION_MINOR = 2
.define VERSION_SUFFIX "-alpha8"
.define RELEASE_DATE "July 30, 2019"
.define VERSION_SUFFIX "-alpha9"
.define RELEASE_DATE "January 5, 2020"

;;; ============================================================

Expand Down
2 changes: 1 addition & 1 deletion res/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env/bash
#!/usr/bin/env bash

# Use Cadius to create disk images for distribution
# https://github.com/mach-kernel/cadius
Expand Down

0 comments on commit c5b2047

Please sign in to comment.