Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Evans committed Jan 18, 2013
1 parent 6f01fe7 commit 5907f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def update_version(source, version):

# Update source version
contents = re.sub('\d{2}\.\d{2}\.\d{2}', version, contents, 1)

# Write updated source to source file
f = open(source, 'w+')
f.write(contents)
Expand Down

0 comments on commit 5907f0a

Please sign in to comment.