Bump version
This commit is contained in:
@@ -143,7 +143,7 @@ Remember to check [Hints for configuring gpg](#hints-for-configuring-gpg) on how
|
||||
|
||||
The following operating systems provide packages for certain browsers that can be installed using a package manager:
|
||||
|
||||
- Available since Saturday, 13 April: ~Arch Linux: [browserpass-chromium](https://www.archlinux.org/packages/community/any/browserpass-chromium/) and [browserpass-firefox](https://www.archlinux.org/packages/community/any/browserpass-firefox/)~
|
||||
- Arch Linux: [browserpass-chromium](https://www.archlinux.org/packages/community/any/browserpass-chromium/) and [browserpass-firefox](https://www.archlinux.org/packages/community/any/browserpass-firefox/)
|
||||
|
||||
If you installed a distro package above, you are done!
|
||||
|
||||
|
@@ -4,7 +4,7 @@ import "fmt"
|
||||
|
||||
const major = 3
|
||||
const minor = 0
|
||||
const patch = 5
|
||||
const patch = 6
|
||||
|
||||
// Code version as integer
|
||||
const Code = major*1000000 + minor*1000 + patch
|
||||
|
Reference in New Issue
Block a user