Skip to content

Commit

Permalink
Update proequib_version.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
danehkar authored Jun 4, 2019
1 parent eabe7e2 commit f843a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proequib_version.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
function proequib_version, full=full
compile_opt strictarr, hidden

version = '0.0.6'
version = '0.1.0'
revision = '-02b23a61'

return, version + (keyword_set(full) ? (' ' + revision) : '')
Expand Down

0 comments on commit f843a0c

Please sign in to comment.