Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazmirchuk committed Mar 8, 2023
1 parent b3b2352 commit 1e23f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nats_client.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ oo::class create ::nats::connection {
tls_required $tls_done \
name [json::write::string $config(name)] \
lang [json::write::string Tcl] \
version [json::write::string 2.0] \
version [json::write::string 2.0.1] \
protocol 1 \
echo $config(echo)]

Expand Down
4 changes: 2 additions & 2 deletions pkgIndex.tcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ifneeded nats 2.0 \
package ifneeded nats 2.0.1 \
[list apply {{dir} {
source [file join $dir server_pool.tcl]
source [file join $dir nats_client.tcl]
source [file join $dir jet_stream.tcl]
package provide nats 2.0
package provide nats 2.0.1
}} $dir]

0 comments on commit 1e23f27

Please sign in to comment.