Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Commits
f2588df9
Verified
Commit
f2588df9
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-pedantic' into f-messages
parents
3f867687
ea96b63f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#10650
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/caosdb/info/v1alpha1/main.proto
+3
-3
3 additions, 3 deletions
proto/caosdb/info/v1alpha1/main.proto
with
3 additions
and
3 deletions
proto/caosdb/info/v1alpha1/main.proto
+
3
−
3
View file @
f2588df9
...
...
@@ -28,11 +28,11 @@ package caosdb.info.v1alpha1;
// The version of an agent (following SemVer 2.0.0)
message
VersionInfo
{
// Major version number
u
int32
major
=
1
;
int32
major
=
1
;
// Minor version number
u
int32
minor
=
2
;
int32
minor
=
2
;
// Patch version
u
int32
patch
=
3
;
int32
patch
=
3
;
// Pre-release version
string
pre_release
=
4
;
// Build metadata
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment