Skip to content

Commit bf57b78

Browse files
committed
build(tabulate): bump version to 1.0.0
1 parent ff5a5a2 commit bf57b78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tabulate.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# Tabulate -- turn standard input into a table.
33
# Copyright (c) 2015-2018, 2020, 2024 D. Bohdan
44
# License: MIT
5+
56
namespace eval ::tabulate {
6-
variable version 0.12.0
7+
variable version 1.0.0
78
variable wideChars \[[join {
89
\u1100-\u115F
910
\u2329

0 commit comments

Comments
 (0)