Skip to content

Commit 595a20a

Browse files
committed
Set version to 0.2.
1 parent 7688393 commit 595a20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown.awk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#
6666
# markdown::version()
6767
#
68-
# Returns the version of this library, currently "0.1".
68+
# Returns the version of this library, currently "0.2".
6969
#
7070
#
7171
# Created: 28 May 2023
@@ -79,7 +79,7 @@
7979
# version -- return the version number of this library
8080
function version()
8181
{
82-
return "0.1"
82+
return "0.2"
8383
}
8484

8585

0 commit comments

Comments
 (0)