diff --git a/bin/linspector b/bin/linspector index 58911cd..17cb128 100755 --- a/bin/linspector +++ b/bin/linspector @@ -19,7 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . """ -__version__ = "0.7" +__version__ = "0.1.7" __default_config__ = "./examples/minimal.json" import argparse @@ -136,4 +136,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()