Skip to content

Commit

Permalink
Merge pull request #1698 from mulkieran/master-new-versin
Browse files Browse the repository at this point in the history
version 2.0.0
  • Loading branch information
mulkieran authored Nov 6, 2019
2 parents 0d6fdb6 + cda705d commit fda8ab0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libstratis"
version = "1.0.6"
version = "2.0.0"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions tests/client-dbus/tests/dbus/manager/test_stratis.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def testStratisVersion(self):
"""
Getting version should succeed.
Major version number should be 0.
Major version number should be 2.
"""
version = Manager.Properties.Version.Get(get_object(TOP_OBJECT))
(major, _, _) = version.split(".")
self.assertEqual(major, "1")
self.assertEqual(major, "2")


class StratisTestCase2(SimTestCase):
Expand Down

0 comments on commit fda8ab0

Please sign in to comment.