Skip to content

Commit 5401fbb

Browse files
committed
dev release reset time
1 parent 95d1263 commit 5401fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
dev-release:
1717
runs-on: ubuntu-latest
1818
env:
19-
DEVMD_SINCE: "2025-01-17" # optional fixed start date
19+
DEVMD_SINCE: "2025-11-17" # optional fixed start date
2020
TAG_NAME: "dev" # reuse the same tag each night
2121
RELEASE_TITLE: "Dev Nightly"
2222
steps:

source/gemc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/// \author \n © Maurizio Ungaro
2929
/// \author e-mail: ungaro@jlab.org\n\n\n
3030

31-
const char *GEMC_VERSION = "gemc 5.12" ;
31+
const char *GEMC_VERSION = "gemc dev" ;
3232

3333
// G4 headers
3434
#include "G4RunManager.hh"

0 commit comments

Comments
 (0)