Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisioj committed Jan 14, 2020
1 parent 37b7de1 commit c119d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- run: docker push dziejekhorinis/daedalus-compiler:latest
publish-github-release:
docker:
- image: circleci/golang:1.8
- image: circleci/golang:1.12
steps:
- attach_workspace:
at: ./shared-workspace
Expand Down
2 changes: 1 addition & 1 deletion src/DaedalusCompiler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace DaedalusCompiler
{
class Program
{
private const string Version = "0.7.0";
private const string Version = "0.8.0";
private const string AppName = "Daedalus Compiler Version";
private const string AppSlug = "daedalus-compiler";

Expand Down

0 comments on commit c119d21

Please sign in to comment.