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
parent
commit
73c50206c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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