Skip to content

Commit

Permalink
Version number adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Aug 4, 2022
1 parent 59b7dd6 commit 758bc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SignalTables.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SignalTables

const path = dirname(dirname(@__FILE__))
const version = "0.3.6"
const version_SignalTable_JSON = "0.3.6" # version tag to be stored in JSON files
const version = "0.4.0"
const version_SignalTable_JSON = "0.4.0" # version tag to be stored in JSON files

using OrderedCollections
using Unitful
Expand Down

0 comments on commit 758bc1f

Please sign in to comment.