Skip to content

Commit

Permalink
Bump version: 1.5.2 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantido committed Mar 30, 2023
1 parent 3f7edda commit 55f09bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.2
current_version = 2.0.0
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule IntSet.MixProject do
[
name: "IntSet",
app: :int_set,
version: "1.5.2",
version: "2.0.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
description: "A time- and memory-efficient unordered data structure for positive integers.",
Expand Down

0 comments on commit 55f09bc

Please sign in to comment.