Skip to content

Commit

Permalink
build(assemble): bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Nov 25, 2024
1 parent bf57b78 commit cc5af0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/assemble.tcl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env tclsh
# Assemble, a tool for bundling Tcl source files.
# Copyright (c) 2015-2019 D. Bohdan
# Copyright (c) 2015-2019, 2024 D. Bohdan
# License: MIT

namespace eval ::assemble {
variable version 0.3.0
variable version 1.0.0
}

proc ::assemble::read-text-file {filename {linePrefix {}}} {
Expand Down

0 comments on commit cc5af0b

Please sign in to comment.