Skip to content
Snippets Groups Projects
Commit ee002e3a authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Merge branch 'master' into master

parents d4e02fb6 acbdc5dd
Branches
Tags v1.0.4
No related merge requests found
#!/usr/bin/env python
import os
import sys
from shutil import copyfile
import version
version.getVersion()
src = os.path.abspath('./RELEASE-VERSION')
dst = os.path.abspath('./dstat_interface/CURRENT-VERSION')
copyfile(src, dst)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment