Skip to content

Commit

Permalink
Update version in Fortran code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Nov 21, 2024
1 parent 0a8c4c0 commit 5d5b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codata_version.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module codata__version
implicit none
private

character(len=*), parameter :: version = "1.2.2"
character(len=*), parameter :: version = "2.0.0"
character(len=:), allocatable, target :: version_f

public :: get_version
Expand Down

0 comments on commit 5d5b428

Please sign in to comment.