Browse Source

Make the in-repo __VERSION__ match what the most recent release used

pull/1005/head
Ross McFarland 3 years ago
parent
commit
b8147cd8b4
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/__init__.py

+ 1
- 1
octodns/__init__.py View File

@ -1,3 +1,3 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
__VERSION__ = '1.0.0.rc0'
__VERSION__ = '1.0.0rc0'

Loading…
Cancel
Save