Skip to content

Commit

Permalink
Bump the version to prepare for the release
Browse files Browse the repository at this point in the history
It's about time to release 6.2.0.
  • Loading branch information
wyhaines authored Jun 18, 2020
1 parent 803563b commit 766d265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/departure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Departure
VERSION = '6.1.0'.freeze
VERSION = '6.2.0'.freeze
end

5 comments on commit 766d265

@wadewinningham
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance we'll see this pushed up to rubygems in the next day or two?

@wyhaines
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the hard part here is that I have all the access that I need on Github, but I do not currently have access to upload it to Rubygems. So, I tagged the release here. I have the gem built locally. I've sent an email to ask to be granted access to upload. Now I await the reply. As soon as I have the access, I'll push the gem to rubygems.

@wyhaines
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI, it's been pushed to Rubygems.

@wadewinningham
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you so much for your time and attention with the update.

@benlangfeld
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wyhaines Need to bump the CHANGELOG.md too to reflect this release.

Please sign in to comment.