Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jun 7, 2018
1 parent c0494f8 commit a32a67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AbstractAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ include("AbstractTypes.jl")

function __init__()
println("")
println("Welcome to AbstractAlgebra version 0.0.7")
println("Welcome to AbstractAlgebra version 0.0.8")
println("")
println("AbstractAlgebra comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -79,7 +79,7 @@ end
################################################################################

function versioninfo()
print("AbstractAlgebra version 0.0.7\n")
print("AbstractAlgebra version 0.0.8\n")
abstractalgebrarepo = dirname(dirname(@__FILE__))

print("AbstractAlgebra: ")
Expand Down

0 comments on commit a32a67d

Please sign in to comment.