Skip to content

Commit

Permalink
Reuse executor
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs committed Nov 2, 2023
1 parent c6af2f6 commit bf196eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ SPAN Changelog

Here you can see the full list of changes between each release.

Version 1.4
----------------

Released on Nov 2, 2023

- Fixed problem with SPAN ignoring --threads command line argument

Version 1.3
----------------

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.filters.ReplaceTokens

// SPAN application version
version = "1.3"
version = "1.4"

buildscript {
ext.kotlin_version = "1.6.10"
Expand Down

0 comments on commit bf196eb

Please sign in to comment.