Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed Jul 26, 2018
1 parent 7721d3f commit 7866e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ will use the specified location:

.. code-block:: shell
zfs set org.zedenv.systemdboot:esp='/mnt/efi' zpool/ROOT/default
zedenv set org.zedenv.systemdboot:esp='/mnt/efi'
Don't forget to change the mount point in ``/etc/fstab``.

Expand Down
2 changes: 1 addition & 1 deletion zedenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import subprocess

__version__ = '0.2.0'
__version__ = '0.3.0'


def vcs_release(version: str):
Expand Down

0 comments on commit 7866e0a

Please sign in to comment.