Merge pull request #1005 from octodns/rc-version-fix

Make the in-repo __VERSION__ match what the most recent release used
This commit is contained in:
Ross McFarland
2023-06-20 09:25:22 -07:00
committed by GitHub
+1 -1
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'