# Copyright (c) reifydb.com 2025
# This file is licensed under the Apache-2.0, see license.md file
# multiple readonly transactions are not increasing the version count
t1: begin readonly
t1: version
---
t1: 1
t2: begin readonly
t2: version
---
t2: 1
t3: begin readonly
t3: version
---
t3: 1