mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
3f62bb4d2b
Closes #34983 Signed-off-by: akbarhusainpatel <apatel@intermiles.com>
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
awk '/:project_version:/ { print $2 }' topics/templates/document-attributes.adoc
|