Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfinnell committed Feb 10, 2021
1 parent a57e31f commit 5aeabc2
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: awscr-s3
version: 0.8.0
version: 0.8.1

authors:
- Taylor Finnell <tmfinnell@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/awscr-s3/version.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Awscr::S3
MAJOR = "0"
MINOR = "8"
PATCH = "0"
PATCH = "1"

# Current version of Awscr::S3.
VERSION = [MAJOR, MINOR, PATCH].join(".")
Expand Down

0 comments on commit 5aeabc2

Please sign in to comment.