Skip to content

Commit

Permalink
Merge pull request #32 from hostari/update_version
Browse files Browse the repository at this point in the history
Release version 0.2.8
  • Loading branch information
paula4230 authored Nov 24, 2022
2 parents 9ae7c82 + 6dadaf2 commit 8e2b8d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fleet_app_client
version: 0.2.7
version: 0.2.8

authors:
- Pauline De Polonia <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/fleet_app_client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"
require "http/client"

class FleetAppClient
VERSION = "0.2.7"
VERSION = "0.2.8"
HOST = "fleet.hostari.com"
SANDBOX_HOST = "sandbox-#{HOST}"
DEVELOPMENT_HOST = "localhost:2450"
Expand Down

0 comments on commit 8e2b8d1

Please sign in to comment.