Skip to content

Commit

Permalink
Merge pull request #36 from runwaylab/bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
GrantBirki authored Sep 25, 2024
2 parents 8c46d32 + 9a46a08 commit 7bfdc64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/84codes/crystal-container-images
FROM 84codes/crystal:1.12.1-ubuntu-24.04 AS builder
FROM 84codes/crystal:1.13.2-ubuntu-24.04 AS builder

LABEL org.opencontainers.image.title="runway"
LABEL org.opencontainers.image.description="clearing code for take off"
Expand Down
2 changes: 1 addition & 1 deletion acceptance/logs/expected.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ INFO: πŸ“– loading runway configuration
DEBUG: attempting to load config from acceptance/config/config.yml
INFO: βœ… loaded configuration successfully
INFO: 🚚 2 projects loaded
INFO: πŸ›« starting runway - version: v0.2.1
INFO: πŸ›« starting runway - version: v0.2.3
INFO: πŸ“¦ starting project project-1
INFO: πŸ• scheduling event with interval 3s for project-1
INFO: πŸ“¦ starting project project-2
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: runway
version: 0.2.2
version: 0.2.3

authors:
- GrantBirki
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Runway
VERSION = "v0.2.2"
VERSION = "v0.2.3"
end

0 comments on commit 7bfdc64

Please sign in to comment.