Skip to content

Commit

Permalink
Bumped version to 1.0 for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-knight committed Oct 23, 2023
1 parent 4bbdc07 commit 33756ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/main.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ delayed_job = MyNewRubyJob.new(job_type: "MyNewJob")
delayed_job.perform(this_will: "become a job option", "job option": "and be stored", "as": "json to parse in Mosquito")
```


That's it! Triggering jobs from Ruby/Rails is pretty easy, but this makes it a nice pattern that's easy to follow.


Expand Down
2 changes: 1 addition & 1 deletion lib/fruit_juice/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FruitJuice
VERSION = "0.6.0"
VERSION = "1.0.0"
end

0 comments on commit 33756ca

Please sign in to comment.