Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Nov 16, 2017
1 parent 37578be commit 41d3425
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**bin/**
bin/**
zeus/dumps
zeus/.history
**dist/**
Expand Down
6 changes: 3 additions & 3 deletions zeus/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# /_____ \\___ >____//____ >
# \/ \/ \/
# Build System
# v0.8.1
# v0.8.2
#
# default interpreter used for Zeusfile code is bash
# that means all commands without the language field are treated as shell scripts
Expand All @@ -18,7 +18,7 @@ language: bash
globals:
binaryName: zeus
buildDir: bin
version: 0.8.1
version: 0.8.2

# all commands
# available fields:
Expand Down Expand Up @@ -159,4 +159,4 @@ commands:
- clean
arguments:
- force:Bool
- version:String
- v:String
4 changes: 2 additions & 2 deletions zeus/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# /_____ \\___ >____//____ >
# \/ \/ \/
# Build System
# v0.8.1
# v0.8.2
#

buildNumber: 159
buildNumber: 160
deadline: ""
milestones: []
aliases: {}
Expand Down

0 comments on commit 41d3425

Please sign in to comment.