We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d1263 commit 5401fbbCopy full SHA for 5401fbb
.github/workflows/dev_release.yml
@@ -16,7 +16,7 @@ jobs:
16
dev-release:
17
runs-on: ubuntu-latest
18
env:
19
- DEVMD_SINCE: "2025-01-17" # optional fixed start date
+ DEVMD_SINCE: "2025-11-17" # optional fixed start date
20
TAG_NAME: "dev" # reuse the same tag each night
21
RELEASE_TITLE: "Dev Nightly"
22
steps:
source/gemc.cc
@@ -28,7 +28,7 @@
28
/// \author \n © Maurizio Ungaro
29
/// \author e-mail: ungaro@jlab.org\n\n\n
30
31
-const char *GEMC_VERSION = "gemc 5.12" ;
+const char *GEMC_VERSION = "gemc dev" ;
32
33
// G4 headers
34
#include "G4RunManager.hh"
0 commit comments