Browse Source
Merge pull request #1005 from octodns/rc-version-fix
Make the in-repo __VERSION__ match what the most recent release used
pull/1014/head
Ross McFarland
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
octodns/__init__.py
|
|
|
@ -1,3 +1,3 @@ |
|
|
|
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers' |
|
|
|
|
|
|
|
__VERSION__ = '1.0.0.rc0' |
|
|
|
__VERSION__ = '1.0.0rc0' |