Skip to content

Commit b262e8a

Browse files
Bump version to 0.1.0
1 parent 3822088 commit b262e8a

File tree

3 files changed

+3
-3
lines changed
  • opensearch-model/lib/opensearch/model
  • opensearch-persistence/lib/opensearch/persistence
  • opensearch-rails/lib/opensearch/rails

3 files changed

+3
-3
lines changed

opensearch-model/lib/opensearch/model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module OpenSearch
1919
module Model
20-
VERSION = "0.1.0.a"
20+
VERSION = "0.1.0"
2121
end
2222
end

opensearch-persistence/lib/opensearch/persistence/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module OpenSearch
1919
module Persistence
20-
VERSION = '0.1.0.a'
20+
VERSION = '0.1.0'
2121
end
2222
end

opensearch-rails/lib/opensearch/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
module OpenSearch
1919
module Rails
20-
VERSION = "0.1.0.a"
20+
VERSION = "0.1.0"
2121
end
2222
end

0 commit comments

Comments
 (0)